pow.ivyclient
Class IvyIHM

java.lang.Object
  extended by pow.ivyclient.IvyIHM
All Implemented Interfaces:
java.lang.Runnable

public class IvyIHM
extends java.lang.Object
implements java.lang.Runnable

represent the interface for a ivy user who wants to connect a bus ivy to the web server

Author:
genin

Constructor Summary
IvyIHM()
          construct the interface
 
Method Summary
static void main(java.lang.String[] args)
          launch the interface to connect the ivy bus to POW server
 void run()
          loop to perform a periodic check for automatic reconnection
 void setReLogged(boolean l)
          specify whether the module should reconnected or not
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IvyIHM

public IvyIHM()
construct the interface

Method Detail

setReLogged

public void setReLogged(boolean l)
specify whether the module should reconnected or not

Parameters:
l - true or false

run

public void run()
loop to perform a periodic check for automatic reconnection

Specified by:
run in interface java.lang.Runnable

main

public static void main(java.lang.String[] args)
launch the interface to connect the ivy bus to POW server

Parameters:
args -